Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / ObservableSortedDictionary<TKey,TValue> Class
Properties Methods

In This Topic
    ObservableSortedDictionary<TKey,TValue> Class Members
    In This Topic

    The following tables list the members exposed by ObservableSortedDictionary<TKey,TValue>.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether list was changed.  
    Public PropertyGets the number of key/value pairs contained in the System.Collections.Generic.SortedDictionary`2.  
    Public PropertyGets or sets the value associated with the specified key.  
    Public PropertyGets a collection containing the keys in the ObservableSortedDictionary<TKey,TValue>.  
    Public PropertyGets a collection containing the values in the System.Collections.Generic.SortedDictionary`2.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an element with the specified key and value into the ObservableSortedDictionary<TKey,TValue>.  
    Public MethodRemoves all elements from the ObservableSortedDictionary<TKey,TValue>.  
    Public MethodDetermines whether the ObservableSortedDictionary<TKey,TValue> contains an element with the specified key.  
    Public MethodRemoves the element with the specified key from the ObservableSortedDictionary<TKey,TValue>.  
    Public MethodGets the value associated with the specified key.  
    Top
    See Also